Utility Plugin V1.2 - for the D2Mod System
Author: SVR 2004

This plugin allows you to set various common values in D2 that normally require code edits.

Most (or all) of these setting were collected by ChaosEnergy from various threads on Phrozen Keep.

Thanks to ChaosEnergy and the coders that discovered these to begin with.

V1.02 11/30/2004 - 
  Fixed Cain charges crash

V1.02 10/22/2004 - 
  added several new settings.
  Fixed PlayerXmin vs PlayerX setting caused mon HP to be wrong.



THIS PLUGIN REQUIRES THE D2MOD SYSTEM.

To Install:
Extract Utility.dll into your mod folder.

Add the dll name into your mod ini [D2MOD] section ...

Utility = utility.dll

Add these lines into your mod ini file. You may change the setting to suit your mod.

;------------------------------------------------


;------------------------------------------------

[Utility]

; Utility.ini
; Ini file for Utility.dll
;
;
; Setting = Value
; 

; number of skillpoints on level, normal is 1
SkillPoints=1

; enable runewords for lo,nrm,hi,mag,set,rar,uni,crf,tmp
EnableRuneWords = 1,1,1,0,1,0,0,0,0

; minimum "/players X" value allowed, normal is 1
PlayersXmin = 5

; maximum "/players X" value allowed, normal is 8
PlayersXmax = 127

; levels for the -actX switch, normal is 1,15,20,26,32
ActX = 1,15,20,26,32

; Use GambleCost entry for items, normal is 0 (FALSE)
UseGambleCost = 0

; set max items in gamble screen, normal is 14
MaxGambleItems = 14

; allow magic tabs at vendors, normal is 0 (FALSE)
UseMagicTabs = 0

; Max gold in stash (multiplier), normal is 50000
StashGold = 50000

; Max gold in inventory (multiplier), normal is 10000
InvGold = 10000

; 0 = no cap on exp granted by Ancients, normal is 1
AncientsCap = 1

; monster level differential, 25 is normal
MonsterDiff = 25

;Quest reward skillpoints for Book of skills,Den of evil, Izual
; normal is 1,1,2
QuestSkills = 1,1,2

; Make Telekenisis pick up all items, normal is 0 (FALSE)
tkTakeAll = 0

; Max Resist Cap (fire,cold etc) normal is 95
ResistCap=95

; Damage Resist Cap ( dmg_res) normal is 50
DmgResCap=50

; Do not take gold from stash, normal = 0 (take)
NoRobStash=0

; Disable Magic Find Cap, normal = 0
NoMagicFindCap = 0


;******** added in 1.02 ****************

; Mephisto Drop Quest Item, normal is mss
MephistoItem = mss

; Allow Stash outside of town, normal is 0
StashMovable = 0

; Cain charges for identify, normal = 0
CainCharges = 0

; Monster HP playerX increase table, normal is 0,50,100,150,200,250,300,350
HPTable =  0,50,100,150,200,250,300,350

;******** added in 1.02.01 ****************

; Mephisto uses DCC gfx, 0=no, 1=On Death, 2 = Always (normal is 0)
MephUsesDCC = 0
